home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto19.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  429 b   |  13 lines

  1. on exitFrame
  2.   global k, s60, s150, s200
  3.   puppetSound(0)
  4.   set the visible of sprite 19 to 1
  5.   animate("a19-4vox.wav", 19, "a19-4-01.bmp", 4, s60, EMPTY)
  6.   animate(EMPTY, 19, "a19-4-05.bmp", 2, s150, EMPTY)
  7.   animate(EMPTY, 19, "a19-4-06.bmp", 1, s200, EMPTY)
  8.   animate(EMPTY, 19, "a19-4-06.bmp", 1, s200, EMPTY)
  9.   animate(EMPTY, 19, "a19-4-06.bmp", 1, s200, EMPTY)
  10.   set the visible of sprite 19 to 0
  11.   puppetSprite(19, 0)
  12. end
  13.